net/http.socksAddr.Port (field)
4 uses
net/http (current package)
socks_bundle.go#L157: a.Port = int(b[len(b)-2])<<8 | int(b[len(b)-1])
socks_bundle.go#L244: Port int
socks_bundle.go#L253: port := strconv.Itoa(a.Port)
socks_bundle.go#L409: a := &socksAddr{Port: port}
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |